home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / NetCD95.exe / NetCD95.dxr / 00012_on cuePassed Script.ls < prev    next >
Encoding:
Text File  |  1999-10-13  |  177 b   |  12 lines

  1. on CuePassed channelID, cueNumber, cueName
  2.   if cueNumber = 3 then
  3.     go(39)
  4.   else
  5.     if cueNumber = 4 then
  6.       go(47)
  7.     else
  8.       go(the frame)
  9.     end if
  10.   end if
  11. end
  12.